tools/build: Remove bpf() run-time check at build time
authorBen Hutchings <ben@decadent.org.uk>
Sun, 21 Feb 2016 15:33:15 +0000 (15:33 +0000)
committerSalvatore Bonaccorso <carnil@debian.org>
Tue, 15 Mar 2022 06:54:31 +0000 (06:54 +0000)
commitbbe40c2cc84e554bc18ee0ea7d9a905880f5b070
tree7caa6cbea4c014019d9ecf399c9aabf3594b30b8
parent5b50022fb8891438a7bb95e05beb9e89ba2592d0
tools/build: Remove bpf() run-time check at build time

Forwarded: no

It is not correct to test that a syscall works on the build system's
kernel.  We might be building on an earlier kernel version or with
security restrictions that block bpf().

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name tools-build-remove-bpf-run-time-check-at-build-time.patch
tools/build/feature/test-bpf.c